SG Window Window Object
FindHWND Method

©1998 by Stinga

Properties     Methods      Events     Constants     Error Codes
Description

Returns descendent window with specified HWND.

Syntax

object.FindHWND(hWnd As Long) As Window

Part Description
object The object is expression that evaluates to Window object
hWnd Required. Handle of the window to find.
Remarks

Searches descendent windows for a window with specified handle. If such a window does not exist FindHWND returns Nothing; otherwise return value is Window object attached to the specified handle.